home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / qms45252.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  15.5 KB  |  529 lines

  1. *PPD-Adobe: "4.1"
  2. *% For "QMS 4525 Print System Level 2" version 2011.22
  3. *% Produced by QMS, Inc.
  4. *% Modified: 10/27/93
  5.  
  6. *FormatVersion: "4.1"
  7. *FileVersion: "1.0"
  8. *LanguageEncoding: ISOLatin1
  9. *LanguageVersion: English
  10. *PCFileName: "QMS4525.PPD"
  11.  
  12. *% QMS Defaults==========
  13. *EndOfDocument: True
  14. *DOCPageLayout: True
  15. *StackBin: True
  16.  
  17. *Product: "(QMS 4525 Print System)"
  18. *PSVersion: "(2011.22) 15"
  19. *ModelName: "QMS 4525 Level 2"
  20. *NickName: "QMS 4525 Level 2"
  21.  
  22. *% ADORequiresEExec added by Microsoft
  23. *ADORequiresEExec: True
  24.  
  25. *% Options and Constraints =============================
  26. *OpenGroup: InstallableOptions/Options Installed
  27. *OpenUI *Option7/Optional 20BinSorter/40BinSorter: Boolean
  28. *DefaultOption7: False
  29. *Option7 True/Installed: ""
  30. *Option7 False/Not Installed: ""
  31. *CloseUI: *Option7
  32. *OpenUI *Option9/Optional StackerStapler: Boolean
  33. *DefaultOption9: False
  34. *Option9 True/Installed: ""
  35. *Option9 False/Not Installed: ""
  36. *CloseUI: *Option9
  37. *CloseGroup: InstallableOptions
  38.  
  39. *% This device cannot use the multiple output trays unless the 20 or 40 bin sorters are installed.
  40. *% It cannot staple unless the stacker stapler is installed.  It can only have one installable
  41. *% option installed.  
  42. *UIConstraints: *Option7 False *OutputBin
  43. *UIConstraints: *Option9 False *Staple 
  44. *UIConstraints: *OutputBin *Staple True
  45. *UIConstraints: *Staple True *OutputBin
  46.  
  47. *% Basic Capabilities =============================
  48. *LanguageLevel: "2"
  49. *FreeVM: "3550821"
  50. *ColorDevice: True
  51. *DefaultColorSpace: Gray
  52. *VariablePaperSize: False
  53. *FileSystem: True
  54. *?FileSystem: "
  55. save
  56.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  57. restore
  58. "
  59. *End
  60. *Throughput: "45"
  61. *Password: "0"
  62. *ExitServer: "
  63.  count 0 eq
  64.  { false } { true exch startjob } ifelse
  65.  not { 
  66.      (WARNING : Cannot perform the exitserver command.) = 
  67.      (Password supplied is not valid.) = 
  68.      (Please contact the author of this software.) = flush quit
  69.      } if
  70. "
  71. *End
  72. *Reset: "
  73.  count 0 eq
  74.  { false } { true exch startjob } ifelse
  75.  not {
  76.     (WARNING: Cannot reset printer.) =
  77.     (Missing or invalid password.) =
  78.     (Please contact the author of this software.) = flush quit
  79.     } if
  80.  systemdict /quit get exec
  81.  (WARNING : Printer Reset Failed.) = flush
  82. "
  83. *End
  84.  
  85. *DefaultResolution: 300dpi
  86. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  87. *?Resolution: "
  88.   save
  89.     currentpagedevice /HWResolution get
  90.     0 get
  91.     (          ) cvs print
  92.     (dpi)
  93.     = flush
  94.   restore
  95. "
  96. *End
  97.  
  98. *% Halftone Information =====================
  99. *ScreenFreq: "60.0"
  100. *ScreenAngle: "45.0"
  101. *DefaultScreenProc: Dot
  102. *ScreenProc Dot: "
  103. { 1.4 0.24 
  104.   { 2 
  105.    { 3 1 roll add dup 1.0 gt { 2.0 sub } if 
  106.    } repeat
  107.    abs exch abs 2 copy add 1 gt 
  108.    { 1 sub dup mul exch 1 sub dup mul add 1 sub } 
  109.    { dup mul exch dup mul add 1 exch sub}
  110.     ifelse 
  111.   } exec 
  112. }
  113. "
  114. *End
  115. *ScreenProc Line: "{ pop }"
  116. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  117.  
  118. *DefaultTransfer: Null
  119. *Transfer Null: "{ }"
  120. *Transfer Null.Inverse: "{ 1 exch sub }"
  121. *Transfer Normalized: "{ }"
  122. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  123.  
  124. *% Paper Handling ==========================
  125. *OpenUI *PageSize: PickOne
  126. *OrderDependency: 30 AnySetup *PageSize
  127. *DefaultPageSize: Letter
  128. *PageSize Letter: "
  129.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  130. *End
  131. *PageSize Legal: "
  132.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  133. *End
  134. *PageSize A4: "
  135.     2 dict dup /PageSize [596 842] put dup /ImagingBBox null put setpagedevice"
  136. *End
  137. *PageSize Folio: "
  138.     2 dict dup /PageSize [596 936] put dup /ImagingBBox null put setpagedevice"
  139. *End
  140. *PageSize Quarto: "
  141.     2 dict dup /PageSize [576 720] put dup /ImagingBBox null put setpagedevice"
  142. *End
  143. *PageSize Commercial: "
  144.     2 dict dup /PageSize [576 765] put dup /ImagingBBox null put setpagedevice"
  145. *End
  146. *PageSize Foolscap: "
  147.     2 dict dup /PageSize [576 936] put dup /ImagingBBox null put setpagedevice"
  148. *End
  149. *PageSize SmallLegal: "
  150.     2 dict dup /PageSize [612 936] put dup /ImagingBBox null put setpagedevice"
  151. *End
  152. *?PageSize: "
  153.  save
  154.    currentpagedevice /PageSize get aload pop
  155.    2 copy gt {exch} if 
  156.    (Unknown) 
  157.    10 dict
  158.    dup [612 792] (Letter) put
  159.    dup [612 1008] (Legal) put
  160.    dup [596 842] (A4) put
  161.    dup [596 936] (Folio) put
  162.    dup [576 720] (Quarto) put
  163.    dup [576 765] (Commercial) put
  164.    dup [576 936] (Foolscap) put
  165.    dup [612 936] (SmallLegal) put
  166. { exch aload pop 4 index sub abs 5 le exch 
  167.    5 index sub abs 5 le and 
  168.       {exch pop exit} {pop} ifelse
  169.    } bind forall
  170.    = flush pop pop
  171. restore 
  172. "
  173. *End
  174. *CloseUI: *PageSize
  175.  
  176. *OpenUI *PageRegion: PickOne
  177. *OrderDependency: 40 AnySetup *PageRegion
  178. *DefaultPageRegion: Letter
  179. *PageRegion Letter: "
  180.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  181. *End
  182. *PageRegion Legal: "
  183.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  184. *End
  185. *PageRegion A4: "
  186.     2 dict dup /PageSize [596 842] put dup /ImagingBBox null put setpagedevice"
  187. *End
  188. *PageRegion Folio: "
  189.     2 dict dup /PageSize [596 936] put dup /ImagingBBox null put setpagedevice"
  190. *End
  191. *PageRegion Quarto: "
  192.     2 dict dup /PageSize [576 720] put dup /ImagingBBox null put setpagedevice"
  193. *End
  194. *PageRegion Commercial: "
  195.     2 dict dup /PageSize [596 765] put dup /ImagingBBox null put setpagedevice"
  196. *End
  197. *PageRegion Foolscap: "
  198.     2 dict dup /PageSize [576 936] put dup /ImagingBBox null put setpagedevice"
  199. *End
  200. *PageRegion SmallLegal: "
  201.     2 dict dup /PageSize [612 936] put dup /ImagingBBox null put setpagedevice"
  202. *End
  203. *CloseUI: *PageRegion
  204.  
  205. *OpenUI *PaperTray: PickOne
  206. *OrderDependency: 35 AnySetup *PaperTray
  207. *DefaultPaperTray: Letter
  208. *PaperTray Letter: "statusdict begin letter end"
  209. *PaperTray Legal: "statusdict begin legal end"
  210. *PaperTray A4: "statusdict begin a4 end"
  211. *PaperTray Folio: "statusdict begin folio end"
  212. *PaperTray Quarto: "statusdict begin quarto end"
  213. *PaperTray Commercial: "statusdict begin commercial end"
  214. *PaperTray Foolscap: "statusdict begin foolscap end"
  215. *PaperTray SmallLegal: "statusdict begin smlegal end"
  216. *?PaperTray: "
  217.  save statusdict begin
  218.   10 dict begin
  219.    /letter (Letter) def
  220.    /legal (Legal) def
  221.    /a4 (A4) def
  222.    /folio (Folio) def
  223.    /quarto (Quarto) def
  224.    /commercial (Commercial) def
  225.    /foolscap (Foolscap) def
  226.    /smlegal (SmallLegal) def
  227.    papersize {
  228.      {load exec} stopped not{= flush}if
  229.    }{
  230.      {load exec} stopped not{print (.Transverse) = flush}if
  231.    }ifelse
  232.   end
  233.  end restore"
  234. *End
  235. *CloseUI: *PaperTray
  236.  
  237. *% The following entries provide information about specific paper keywords.
  238. *DefaultImageableArea: Letter
  239. *ImageableArea Letter: "12 12 600 780 "
  240. *ImageableArea Legal: "12 12 600 996 "
  241. *ImageableArea A4: "12 12 584 830 "
  242. *ImageableArea Folio: "12 12 584 924 "
  243. *ImageableArea Quarto: "12 12 564 708 "
  244. *ImageableArea Commercial: "12 12 584 753 "
  245. *ImageableArea Foolscap: "12 12 564 924 "
  246. *ImageableArea SmallLegal: "12 12 600 924 "
  247. *?ImageableArea: "
  248.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  249.   newpath clippath pathbbox
  250.   4 -2 roll exch 2 {ceiling cvp} repeat
  251.   exch 2 {floor cvp} repeat flush
  252.  restore
  253. "
  254. *End
  255.  
  256. *% These provide the physical dimensions of the paper (by keyword)
  257. *DefaultPaperDimension: Letter
  258. *PaperDimension Letter: "612 792"
  259. *PaperDimension Legal: "612 1008"
  260. *PaperDimension A4: "596 842"
  261. *PaperDimension Folio: "596 936"
  262. *PaperDimension Quarto: "576 720"
  263. *PaperDimension Commercial: "596 765"
  264. *PaperDimension Foolscap: "576 936"
  265. *PaperDimension SmallLegal: "612 936"
  266.  
  267. *% Input Sources
  268. *%
  269. *OpenUI *InputSlot: PickOne
  270. *OrderDependency: 20 AnySetup *InputSlot
  271. *DefaultInputSlot: Upper
  272. *InputSlot Upper: "statusdict begin 2 setpapertray end"
  273. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  274. *?InputSlot: "
  275.  save statusdict begin
  276.   2 dict begin
  277.    /2 (Upper) def
  278.    /1 (Lower) def
  279.    papertray
  280.      {( ) cvs cvn load exec} stopped not{= flush}if
  281.   end
  282.  end restore
  283. "
  284. *End
  285. *CloseUI: *InputSlot
  286.  
  287. *OpenUI *ManualFeed: Boolean
  288. *OrderDependency: 20 AnySetup *ManualFeed
  289. *DefaultManualFeed: False
  290. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  291. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  292. *?ManualFeed: "
  293.   save
  294.     currentpagedevice /ManualFeed get
  295.     {(True)}{(False)}ifelse = flush
  296.   restore"
  297. *End
  298. *CloseUI: *ManualFeed
  299.  
  300. *OpenUI *OutputBin: PickOne
  301. *OrderDependency: 25 AnySetup *OutputBin
  302. *DefaultOutputBin: Default  
  303. *OutputBin Default: "statusdict begin 1 setoutputtray end"
  304. *?OutputBin: "
  305.  save statusdict begin
  306.   5 dict begin
  307.    /1 (Upper) def
  308.    /2 (Lower) def
  309.    /3 (Side) def
  310.    outputtray
  311.    {( ) cvs cvn load exec} stopped not{= flush}if
  312.   end
  313.  end restore
  314. "
  315. *End
  316. *CloseUI: *OutputBin
  317.  
  318.  
  319.  
  320. *DefaultOutputOrder: Normal
  321.  
  322. *OpenUI *Collate:  Boolean
  323. *OrderDependency:  40 AnySetup *Collate
  324. *DefaultCollate: True
  325. *Collate True:  "1 dict dup /Collate true put setpagedevice"
  326. *Collate False:  "1 dict dup /Collate false put setpagedevice"
  327. *?Collate:"
  328. save
  329.   currentpagedevice /Collate get
  330.   {(True)}{(False)}ifelse = flush restore"
  331. *End
  332. *CloseUI: *Collate
  333.  
  334. *OpenUI *Duplex: PickOne
  335. *OrderDependency: 40 AnySetup *Duplex
  336. *DefaultDuplex: None
  337. *Duplex None: "statusdict begin false setduplexmode false settumble end"
  338. *Duplex DuplexNoTumble: "statusdict begin true setduplexmode false settumble end"
  339. *Duplex DuplexTumble: "statusdict begin true setduplexmode true settumble end"
  340. *?Duplex: "
  341. statusdict begin
  342. duplexmode
  343. { tumble
  344.   { (DuplexTumble) }
  345.   { (DuplexNoTumble) }
  346.   ifelse
  347. }
  348. { (None)}
  349. ifelse
  350. = flush
  351. end
  352. "
  353. *End
  354. *CloseUI: *Duplex
  355.  
  356. *OpenUI *Staple: PickOne
  357. *OrderDependency: 50 AnySetup *Staple
  358. *DefaultStaple: None
  359. *Staple True: "1 dict dup /Staple 3 put setpagedevice"
  360. *Staple False: "1 dict dup /Staple 0 put setpagedevice"
  361. *?Staple: "
  362. save
  363.   currentpagedevice /Staple get
  364.   {(EndOfSet)}{(None)}ifelse = flush
  365. restore
  366. "
  367. *End
  368. *CloseUI: *Staple
  369.  
  370. *OpenUI *Jog: PickOne
  371. *OrderDependency: 50 AnySetup *Jog
  372. *DefaultJog: None
  373. *Jog None: "1 dict dup /Jog 0 put setpagedevice"
  374. *Jog EndOfSet: "1 dict dup /Jog 3 put setpagedevice"
  375. *?Jog: "
  376. save
  377.   currentpagedevice /Jog get
  378.   {(EndOfSet)}{(None)}ifelse = flush
  379. restore
  380. "
  381. *End
  382. *CloseUI: *Jog
  383.  
  384. *% Font Information
  385. *%
  386. *DefaultFont: Courier
  387. *Font AvantGarde-Book: Standard "(001.002)"
  388. *Font AvantGarde-BookOblique: Standard "(001.002)"
  389. *Font AvantGarde-Demi: Standard "(001.003)"
  390. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  391. *Font Bookman-Demi: Standard "(001.001)"
  392. *Font Bookman-DemiItalic: Standard "(001.001)"
  393. *Font Bookman-Light: Standard "(001.001)"
  394. *Font Bookman-LightItalic: Standard "(001.001)"
  395. *Font Courier: Standard "(002.003)"
  396. *Font Courier-Bold: Standard "(002.003)"
  397. *Font Courier-BoldOblique: Standard "(002.003)"
  398. *Font Courier-Oblique: Standard "(002.003)"
  399. *Font Garamond-Bold: Standard "(001.000)"
  400. *Font Garamond-BoldItalic: Standard "(001.000)"
  401. *Font Garamond-Italic: Standard "(001.000)"
  402. *Font Garamond-Light: Standard "(001.000)"
  403. *Font Garamond-LightItalic: Standard "(001.000)"
  404. *Font Helvetica: Standard "(001.006)"
  405. *Font Helvetica-Bold: Standard "(001.007)"
  406. *Font Helvetica-BoldOblique: Standard "(001.007)"
  407. *Font Helvetica-Condensed: Standard "(001.001)"
  408. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  409. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  410. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  411. *Font Helvetica-Narrow: Standard "(001.006)"
  412. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  413. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  414. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  415. *Font Helvetica-Oblique: Standard "(001.006)"
  416. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  417. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  418. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  419. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  420. *Font Palatino-Bold: Standard "(001.002)"
  421. *Font Palatino-BoldItalic: Standard "(001.002)"
  422. *Font Palatino-Italic: Standard "(001.002)"
  423. *Font Palatino-Roman: Standard "(001.001)"
  424. *Font Symbol: Special "(001.007)"
  425. *Font Times-Bold: Standard "(001.007)"
  426. *Font Times-BoldItalic: Standard "(001.009)"
  427. *Font Times-Italic: Standard "(001.007)"
  428. *Font Times-Roman: Standard "(001.007)"
  429. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  430. *Font ZapfDingbats: Special "(001.002)"
  431. *?FontQuery: "
  432.  save
  433.    { count 1 gt
  434.       { exch dup 127 string cvs (/) print print (:) print
  435.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  436.       } { exit } ifelse 
  437.    } bind loop
  438.    (*) = flush
  439.  restore
  440. "
  441. *End
  442.  
  443. *?FontList: "
  444. save
  445.   (*) {cvn ==} 128 string /Font resourceforall
  446.   (*) = flush
  447. restore
  448. "
  449. *End
  450.  
  451.  
  452. *% Printer Messages (verbatim from printer):
  453. *%
  454. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  455. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  456. *Message: "\FontName\ not found, using Courier"
  457.  
  458. *% Status (format: %%[ status: <one of these> ]%% )
  459. *%
  460. *Status: "idle"
  461. *Status: "busy"
  462. *Status: "waiting"
  463. *Status: "printing"
  464. *Status: "warming up"
  465.  
  466. *Source: "serial9"
  467. *Source: "serial25"
  468. *Source: "AppleTalk"
  469. *Source: "Centronics"
  470. *Source: "Ethernet"
  471. *Source: "other"
  472.  
  473. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  474. *%
  475. *PrinterError:  "timeout, clearing printer"
  476. *PrinterError:  "warming up"
  477. *PrinterError:  "service call"
  478. *PrinterError:  "paper entry misfeed"
  479. *PrinterError:  "no toner cartridge"
  480. *PrinterError:  "low toner"
  481. *PrinterError:  "no paper tray"
  482. *PrinterError:  "resetting printer"
  483. *PrinterError:  "cover open"
  484. *PrinterError:  "manual feed timeout"
  485.  
  486. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  487.  
  488. *% Color Separation Information
  489. *%
  490. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  491.  
  492. *InkName: ProcessBlack/Process Black
  493. *InkName: CustomColor/Custom Color
  494. *InkName: ProcessCyan/Process Cyan
  495. *InkName: ProcessMagenta/Process Magenta
  496. *InkName: ProcessYellow/Process Yellow
  497.  
  498. *% For 60 lpi / 300 dpi
  499. *%
  500. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  501. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  502. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  503. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  504. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  505.  
  506. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  507. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  508. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  509. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  510. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  511.  
  512. *% For 53 lpi / 300 dpi
  513. *%
  514. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  515. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  516. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  517. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  518. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  519.  
  520. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  521. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  522. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  523. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  524. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  525.  
  526. *% end of QMS 4525 Print System PPD
  527.  
  528.  
  529.